STEP 2: Let's set up a variable to hold the number of experiments and an empty list to hold all of the event outcomes.
- In LOGIC, click on . Drag out Integer Variable.
- Change the variable name from my_var to num_experiments.
- In SUBJECT, click on . Drag out Empty Data List.
- Change the list's variable name from my_data to outcome_list.
To navigate the page using the TAB key, first press ESC to exit the code editor.